home *** CD-ROM | disk | FTP | other *** search
/ Wildcat Gold - The Optical BBS / Wildcat Gold - The Optical BBS (The Golden ROM Series)(Volume 4 Number 1)(The Digital Publishing Company)(1992).ISO / sdn / nonlin10.sdn / READ.ME < prev    next >
Text File  |  1992-01-01  |  2KB  |  56 lines

  1.  
  2.           ***  NONLIN -- Nonlinear Regression Analysis Program  ***
  3.  
  4. Nonlin allows you to perform statistical regression analyses to estimate the
  5. values of parameters for linear, multivariate, polynomial, and general nonlinear
  6. functions.  The regression analysis determines the values of the parameters
  7. which cause the function to best fit the observed data that you provide.  Nonlin
  8. allows you to specify the form of the function whose parameters are being
  9. estimated using ordinary algebraic notation.  In addition to determining the
  10. parameter estimates, Nonlin can be directed to generate an output file with
  11. predicted values and residuals.  It can also plot the observed values and the
  12. estimated function.
  13.  
  14. Nonlin requires 512 KB of memory.  In order to use the opional PLOT command
  15. you must have a CGA, EGA, or VGA monitor.
  16.  
  17. The Nonlin system consists of the following files:
  18.  
  19. NONLIN.EXE -- The executable program.
  20. NONLIN.DOC -- Documentation file.
  21. NONLIN.FON -- Font file used if you request a plot.
  22. NONLIN.LJF -- HP LaserJet font file used if you print a plot.
  23.      *.NLR -- Example command files.
  24.  
  25. To install Nonlin, copy the files into the directory of your choice. If you do
  26. not plan to generated hard copy output for a LaserJet printer, you may delete
  27. the NONLIN.LJF file. If the NONLIN.FON and NONLIN.LJF files are not in your
  28. current directory, you must place a command of the following form in your
  29. AUTOEXEC.BAT file to tell Nonlin where to look for its font files:
  30.  
  31. SET NONLIN=directory
  32.  
  33. Where "directory" is the name of the device and directory where the files are
  34. located. For example, if the files are located in a directory named NONLIN on
  35. the C disk, the following command could be used:
  36.  
  37. SET NONLIN=C:\NONLIN
  38.  
  39. Once Nonlin has been installed, it can be started using a DOS command
  40. of the form:
  41.  
  42. NONLIN command_file
  43.  
  44. where "command_file" is the name of a file containing Nonlin commands that
  45. control the analysis.
  46.  
  47. If you are anxious to try Nonlin, run some of the examples by using
  48. the following commands:
  49.  
  50. NONLIN F33YEAR
  51. NONLIN F33EXP
  52. NONLIN MAGNET
  53. NONLIN COOLING
  54.  
  55. Read the NONLIN.DOC file for further information.
  56.